@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){
	

body {
	min-width: 320px;
	padding: 0;
	font-size: 100% !important;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

#contents,
#contents #contentsInner {
	width: 100%;
	min-width: inherit;
}

	
#header,
#globalNavi,
#headerOptions,
#footer,
#footerGlobal > ul {
	width: 100%;
	min-width: inherit;
}

/* 非表示 */
#footer .footerInner {
	display: none;
}

/****************************** header ******************************/
#header,#headerOptions,#globalNavi {
	position: static;
	left: inherit;
	top: inherit;
	z-index: auto;
}
#header {
	height: 50px;
}
#headerInner {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
}
#headerLogo {
	margin-left: 0;
	width: 100%;
	height: 50px;
	padding: 0;
}
#headerLogo > p {
	float: left;
	font-size: 8px;
	margin: 0;
	line-height: 11px;
	position: absolute;
	top: 30px;
	left: 198px;
}
#headerLogo img {
	height: auto;
}
#headerLogo > a {
	margin: 0;
	width: 75px;
	display: block;
	float: left;
	padding: 17px 10px 0 20px;
}
#headerLogo > span {
	height: auto;
	margin: 0;
	padding: 15px 0 0 0;
	width: 130px;
	border: none;
	float: left;
	display: block;
	/*position: absolute;
	top: 30px;
	left: 0;*/
}
#headerLogo > span > img {
	margin: 3px 0 0;
	height: auto;
}
#headerLogo.jp {
	height: 50px;
}
#headerLogo.jp > a {
	padding-top: 19px;
}
#headerLogo.jp > span {
	padding: 0 0 0 11px;
	top: 17px;
	left: 91px;
	width: 144px;
	border-left: 1px solid #fff;
}
/****************************** hamburger-menu ******************************/

.menuIconWrapper {
	display: block;
}
.menuIconWrapper > .menuIcon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	min-width: 50px;
	top: 0;
	left: inherit;
	right: 0px;
	position: absolute;
	background: #028484;
}
.menuIconWrapper > .menuIcon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 16px;
	width: 18px;
	height: 2px;
	background-color: #fff;
}
.menuIconWrapper > .menuIcon span:nth-of-type(1) {
	top: 17px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(2) {
	top: 24px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(3) {
	bottom: 17px;
}

/*************** hamburger-menu close ***************/

.menuIconWrapper > .menuIcon span:nth-of-type(2):after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(1) {
	transform: translateY(7px) scale(0,0);
	opacity:0;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2):after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(3) {
	transform: translateY(-7px) scale(0,0);
	opacity:0;
}

#headerSp {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}
#globalNavi {
	display: none;
	height: auto;
	background: none;
}
#headerOptionsInner,
#globalNavi #globalNaviInner,
#globalNavi #globalNaviInner {
	width: 100%;
	min-width: inherit;
}
#globalNavi #globalNaviInner {
	height: auto;
	float: none;
	padding: 0;
}
#globalNaviInner > ul {
	float: none;
	padding: 14px 12px 0;
	margin: 0 0 15px;
}
#globalNaviInner > ul > li {
	float: none;
	margin-left: 0;
	font-size: 100%;
}
#globalNaviInner > ul > li > a {
	display: block;
	padding: 14px 20px 11px 16px;
	text-align: left;
	border-bottom: 1px solid #333f48;
	background: none;
	position: relative;
}
#globalNaviInner > ul > li > a:before {
	background: url(../images/gnavi_open.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
#globalNaviInner > ul > li > a.hasnoMenu:before {
	display: none;
}
#globalNaviInner > ul > li > a.active {
	padding: 14px 16px 11px;
	text-align: left;
	border-bottom: none;
	background: #333f48;
}
#globalNaviInner > ul > li > a.active:before {
	background: url(../images/gnavi_close.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6px 0 0 0;
	border: none;
	left: inherit;
}

#globalNaviInner > ul > li > a:after,
#globalNaviInner > ul > li:hover > a:after,
#globalNaviInner > ul > li.current > a:after {
	display:none;
}


#globalNavi .subMenuWrapper {
	position: static;
	background: none;
	padding-top: 15px;
}
#globalNavi .subMenuWrapper .mainCategory {
	width: auto;
	font-size: 100%;
	margin-top: 0;
}
#globalNavi .subMenuWrapper .mainCategory > a {
 display: block;
}
#globalNavi .subMenuWrapper .CloseWrapper {
	display: none;
}
#globalNavi .subMenuWrapper > ul {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
#globalNavi .subMenuWrapper .subCategory > li {
	margin: 0 0 10px 0 !important;
	border-bottom: 1px solid #333f48;
	padding-bottom: 10px;
	text-align: center;
}
#globalNavi .subMenuWrapper .subCategory.col2 > li {
	width: 48%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}
	#globalNavi .subMenuWrapper .mhide{
		display: none;
	}
#globalNavi .subMenuWrapper .subCategory > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 !important;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu {
	border-left: none;
	padding-left: 0;
	float: none;
	margin: 0;
	width: auto;
	box-sizing: border-box;
	text-align: left;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li {
	width: 48%;
	margin:0 0 10px;
	vertical-align: top;
	text-align: center;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu.col2 li {
	width: 48%;
	display: inline-block;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a {
	padding: 5px 0;
	display: block;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu {
	margin-left:0;
	float: none;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu:first-child {
	margin-left:0;
}
#globalNavi .subMenuWrapper .subCategory > li > a {
	float: none;
	font-size: 100%;
	display: block;
    padding: 10px 0;
}
#headerOptions {
	display: none;
	background: none;
	height: auto;
}

#headerOptions > #headerOptionsInner > ul {
	float: none;
	padding: 0 12px;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
}
#headerOptions > #headerOptionsInner > ul li {
	float: none;
	margin: 5px 0 15px;
	font-weight: bold;
	font-size: 100%;
}
#headerOptions > #headerOptionsInner > ul li a {
	display: block;
	padding: 5px 16px;
	text-align: center;
	border-bottom: none;
}
#headerOptions > #headerOptionsInner > ul li a.contact,
#headerOptions > #headerOptionsInner > ul li a.globalSite {
    display: block;
    padding: 14px 0;
    text-align: center;
    border: #fff 1px solid;
    color: #fff !important;
    border-radius: 16px;
    width: 70%;
    margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch > a,
#headerOptions > #headerOptionsInner > ul > li.en {
	display: none;
}
#headerOptions > #headerOptionsInner > ul > li.jp,
#headerOptions > #headerOptionsInner > ul > li.en {
	margin: 5px 0 20px;
	border: none;
	padding: 0;
}
#headerOptions > #headerOptionsInner > ul > li.jp a,
#headerOptions > #headerOptionsInner > ul > li.en a {
	padding: 12px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 16px;
	width: 70%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 0;
	height: 35px;
	left: 0;
	float: none;
	margin: 15px 0 30px;
	font-size:85%;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper {
	display: block;
	margin: 30px 0 15px;
	
}

#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a {
	display: block;
	padding: 15px 20px 13px;
	background: #333f48;
	position: relative;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a:after {
	background: #333f48 url(../images/icon_close.png) no-repeat center;
	display: block;
	content:'';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active {
	width: 100%;
	left: 0;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form {
	display: block;
	height: 40px;
	left: 0;
	overflow: hidden;
	width: 100%;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form {
	height: 35px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchWindow,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchWindow {
	width: 100%;
	padding: 8px 0 8px 5px;
	height: 24px;
	max-height: inherit;
	transition: none;
	right:-5px;
	border-radius: 0;
}

#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchSubmit,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchSubmit {
	width: 40px;
	height: 40px;
	background: url(../images/icon_search_sp.gif) no-repeat left top;
	background-size: 40px;
	text-indent: -5000px;
	margin: 0;
	cursor: pointer;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-radius: 0;
}

#headerTrueBlue {
	display: none;
}


/****************************** footer ******************************/


#footerGlobal {
	border-top: none;
	height: auto;
}
#footerGlobal > ul {
	margin: 0 auto;
	padding-top: 7px;
}
#footerGlobal > ul > li {
	margin-left: 35px;
	display: block;
	padding: 5px 25px;
	margin: 0 0 5px 0;
}
#footerGlobal > ul > li.iconMovie img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}
/*#footerCredit:before {
	display: block;
	content: "";
	width: 150px;
	height: 39px;
	background: url(../images/footer_true_blue.gif) no-repeat center;
	background-size: 100%;
	margin: 0 auto 15px;
}*/
#footerCredit {
	min-height: 34px;
	height: auto;
	padding: 15px 0 15px;
}
#footerCredit > p {
	font-size: 65%;
	margin: 0;
}
#footerCredit > p > span {
	display: block;
}
#footerCredit > p > span > a > img {
    width: 20px;
    height: 20px;
}
/*#footerCredit a:before {
	content: '';
	padding-left:0;
}*/





}